home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Magnum One
/
Magnum One (Mid-American Digital) (Disc Manufacturing).iso
/
d12
/
scrnmasm.arc
/
EXIT.MAC
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1988-11-20
|
327 b
|
10 lines
Exit Macro ErrorLevel
IfB <errorLevel>
Xor AL,AL ; Set errorlevel to 0
Else
Mov AL,ErrorLevel ; Get the errorlevel
EndIf
Mov AH,4Ch ; Function for exit
Int 21h ; Call DOS
EndM